net/http.http2ClientConn.inflow (field)
8 uses
net/http (current package)
h2_bundle.go#L7621: inflow http2inflow // peer's conn-level flow control
h2_bundle.go#L8158: cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)
h2_bundle.go#L9876: connAdd := cc.inflow.add(n)
h2_bundle.go#L9910: connAdd := cc.inflow.add(unread)
h2_bundle.go#L9958: ok := cc.inflow.take(f.Length)
h2_bundle.go#L9959: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L10000: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L10022: sendConn := cc.inflow.add(refund)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)